home *** CD-ROM | disk | FTP | other *** search
- !Car(s) // start of car definition block (unique car id)
- !BuyPrice(i)
- !SellPrice(i)
- !Status(s) // car status (available, unavailable, owned, disabled)
- !Params()
- !SetParam(s,s)
- !CarModel(s) // means that this is a car model definition
- !Model(s) // inherites from the specified car model
- !AddPartSlot(s) // adds instalation slot with given name to car (slot name)
- !AddDefaultPart(s) // adds part to car configuration (part unique id)
- !Mesh(s) // path to mesh of car
- !DynLightMountingPartSlot(s) // slot name for part to which Dynamic light is attached
- !SkinMenu(s) // skin which is applied to car mesh and its elements when in menu (skin name)
- !SkinNormal(s) // skin which is applied to car mesh and its elements when in race (skin name)
- !SkinGhost(s) // skin which is applied to car mesh and its elements when in race ghost (skin name)
- !Icon(s) // texture ID
- !Name(s)
- !Group(s) // car group - N1, A6 etc.
- !AdditionalProfileInfo(s)
- !DefaultTyres(s) // id of default tyres for this car
- !HornSound(s) // horn wave filename
- !ProductionDate(i) // Production Date
-
- !Power(f) // base engine power
- !Weight(i) // base car weight
- !PowerTransfer(f)
-
- !CameraParams(s) // camera params section for given CarCamera state
- !Offset(f,f,f) // offset from car base position
- !AngleH(f) // horizontal angle [DEG]
- !AngleV(f) // vertical angle [DEG]
- !HideTarget(i) // if observed car must be hidden
- !FOV(f) // camera FOV
-
- !include("Parts\\Light.def")
- !include("Parts\\Glass.def")
-
-